This is shell script for example code


Posted by coray0715 on 2023-07-04

#!/bin/bash

# This is a simple shell script example

# Print "Hello, World!" to the console
echo "Hello, World!"









Related Posts

用 JavaScript 學習資料結構和演算法:佇列(Queue)篇

用 JavaScript 學習資料結構和演算法:佇列(Queue)篇

CS50 Internet Primer

CS50 Internet Primer

Valid Parentheses

Valid Parentheses


Comments